AddBlobFieldObject Method (Section Object)
The AddBlobFieldObject method adds a BlobFieldObject Object to the Section Object.
Syntax
Function AddBlobFieldObject (Field, Left As Long, Top As Long
) As BlobFieldObject
Parameters
Parameter
| Description
|
Field
| Variant. Can be formula form name or any field definition that specifies the field that you want to add.
|
Left
| Specifies the offset of the top left corner of the Object that you are adding relative to the top left corner of the parent Section, in twips.
|
Top
| Specifies the offset of the top left corner of the Object that you are adding relative to the top left corner of the parent Section, in twips.
|
Returns
Returns a BlobFieldObject Object.